Examples

DELETE /api/compute_resources/932571420
{
  "compute_resource": {}
}
200
{
  "id": 932571420,
  "name": "yourcompute",
  "description": "yourcompute",
  "url": "test:///default",
  "user": "MyString",
  "password": "1234567",
  "uuid": "yourcompute",
  "created_at": "2019-02-20T13:29:14.049Z",
  "updated_at": "2019-02-20T13:29:14.049Z",
  "attrs": {},
  "caching_enabled": true,
  "domain": null,
  "http_proxy_id": null
}

Params

Param name Description
location_id
optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
optional

Scope by organizations

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.