Archive workflow
Workflows
Archive workflow
This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.
Archives a workflow so it stops running.
Archiving cancels its schedule, stops it responding to its trigger, and removes its file from the app’s code. The workflow and its run history are kept, and Restore workflow brings it back.
Archiving frees the workflow’s name, so another workflow can take it while this one is archived. That is what makes a later restore fail with a 409.
This endpoint is limited to 20 requests per minute.
DELETE
Archive workflow
Authorizations
Personal API key.
Path Parameters
ID of the app whose workflows you want to work with.
ID of the workflow, as returned in id by List workflows.