Hanzo
OpenapiIngress

Removes one of the caller org's backend pools and hot-applies the change.

Removes one of the caller org's backend pools and hot-applies the change.

DELETE /v1/ingress/services/{id}

Addresshttps://api.hanzo.ai/v1/ingress/services/{id}
MethodDELETE
Operationdelete_ingress_services_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Removes one of the caller org's backend pools and hot-applies the change. Routes still pointing at it stop being served (they compile as skipped) until they name a pool that exists. Answers 204; an id this org does not hold is 404.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the object to act on, from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo ingress services rm <id>

Ingress API · All Hanzo APIs · Interactive reference

How is this guide?

On this page