Skip to content

Commit

Permalink
Update asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci committed Jan 4, 2022
1 parent b87cbb0 commit 12c6a41
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,25 @@ include::{snippets}/update-deployment/http-request.adoc[]
include::{snippets}/update-deployment/http-response.adoc[]


[[resources-reset-deployment]]
=== Reset deployment

A `PATCH` request is used to reset the deployment state given the deployment id. +
_Usage tips: If a deployment remains stuck in DELETE_IN_PROGRESS, you can use this PATCH request to manually reset the state of the deployment to the DELETE_FAILED state. You can then try to delete the deployment again._

==== Request Fields
include::{snippets}/reset-deployment/request-fields.adoc[]

==== Example request

include::{snippets}/reset-deployment/curl-request.adoc[]

include::{snippets}/reset-deployment/http-request.adoc[]


==== Example response

include::{snippets}/reset-deployment/http-response.adoc[]


[[resources-delete-deployment]]
Expand Down

0 comments on commit 12c6a41

Please sign in to comment.