Cancel pending plan
editCancel pending plan
editThis endpoint is deprecated and scheduled to be removed in the next major version. Use cancel resource pending plan instead.
Cancels the pending plan of an APM cluster.
Request
editDELETE /api/v1/clusters/apm/{cluster_id}/plan/pending
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
The APM deployment identifier. |
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
When |
|
|
N |
When |
Responses
edit-
200
-
The pending plan is cancelled.
-
404
-
The {cluster_id} can't be found. (code: 'clusters.cluster_not_found')
-
412
-
The APM server is unable to finish provisioning, or the provisioning failed. Apply a plan, then try again. (code: 'clusters.cluster_plan_state_error')
-
449
-
Elevated permissions are required. (code: '"root.needs_elevated_permissions"')
Request example
editcurl -XDELETE https://{{hostname}}/api/v1/clusters/apm/{cluster_id}/plan/pending \ -H "Authorization: ApiKey $ECE_API_KEY"