--- method: GET endpoint: /status help: Get the state of the service description: Query for the status of an instance. empty: true responses: - file: get-status.json status: 200 - file: get-status-failed.html status: 503 ---
The status code 503 is used to indicate to load balancers that a service is not available for requests right now.