-
Notifications
You must be signed in to change notification settings - Fork 5
Undeploy an application
bbrauzzi edited this page Oct 4, 2023
·
1 revision
For undeploying an application from the ADES execute an HTTP DELETE request to the process endpoint.
Method | Path | Headers | Status Code |
---|---|---|---|
DELETE | /{WORKSPACE_NAME}/wps3/processes/{PROCESS_ID} |
|
204 |
App undeploy example:
Following is an example of how to to undeploy a processing service application using curl.
curl --location --request DELETE "http://{HOSTNAME:PORT}/{WORKSPACE_NAME}/wps3/processes/snuggs-0_3_0"