Cancel resource pending plan
DELETE {{baseUrl}}/deployments/:deployment_id/:resource_kind/:ref_id/plan/pending?force_delete=false&ignore_missing=false
Cancels the pending plan of a Resource belonging to a given Deployment.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
force_delete | boolean | When true, deletes the pending plan instead of attempting a graceful cancellation. The default is false. | |
ignore_missing | boolean | When true, returns successfully, even when plans are missing. The default is false. |
RESPONSES
status: OK
""