Clears a host sub-status of a given type

Examples

DELETE /api/hosts/host2682/status/doesnt_exist
{
  "host": {}
}
422
{
  "error": "Status doesnt_exist does not exist."
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
required

Validations:

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

type
required

status type

Validations:

  • Must be one of: configuration, build.