playbooks

Pause Playbook

Pause an active playbook, suspending automated runs.

Requires the sequences:write scope on the API key.

post/v1/playbooks/{playbook_id}/pause

Path parameters

playbook_idstring uuid required

ID of the playbook.

Response

Successful Response

playbook_idstring uuid required

Playbook whose status changed.

previous_status'DRAFT' | 'ENABLED' | 'PAUSED' required
new_status'DRAFT' | 'ENABLED' | 'PAUSED' required