deployment_terminate

DELETE /users/{uid}/deployments/{depid}

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
  • depid (required): the ref of deployment

HTTP Request Body Parameters

None

Example Request

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