cURL
curl --request POST \ --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/jobs/rollback \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "job_root": "<string>", "tap": "<string>", "job_id": "<string>" }'
{}
Reset the the configuration to the state before a given job ran. This affects the source state (bookmarks) and the snapshots.
source state
snapshots
ID of environment
ID of flow
ID of tenant
200
The response is of type object.
object