Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

osc compute server tag check

Checks tag existence on the server. If tag exists response with 204 status code will be returned. Otherwise returns 404.

Normal response codes: 204

Error response codes: unauthorized(401), forbidden(403), itemNotFound(404)

Usage: osc compute server tag check <ID> <SERVER_ID>

Arguments:

  • <ID> — id parameter for /v2.1/servers/{server_id}/tags/{id} API
  • <SERVER_ID> — server_id parameter for /v2.1/servers/{server_id}/tags/{id} API