deployment_terminate

DELETE /users/{uid}/deployments/{did}

Stops a machine in the cloud environnement and removes it from the list of deployments.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: deployments_access

URI Parameters

  • uid (required): the user name (login name) of the user
  • did (required): the id of the deployment

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/deployments/{did}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"