post
https://{Domain}/api/iacp/v3/runs//actions/cancel
Interrupt a run that is currently planning or applying.
Performing a cancel is roughly equivalent to hitting ctrl+c during a Terraform plan or
apply on the CLI. The running Terraform process is sent an INT signal, which instructs
Terraform to end its work and wrap up in the safest way possible.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
202Successfully queued a cancel request.
204Run is already cancelled, nothing should be done.
404Run not found, or user unauthorized to perform action.
409Run was not planning or applying. Cancel not allowed.
4XXClient error.
5XXServer error.
