delete-endpoint

Descroption

Delete the endpoint. You can’t undo the deletion of an endpoint.

Synopsis

$ abeja model delete-endpoint [--help]
Usage: abeja model delete-endpoint [OPTIONS]

  Delete endpoint

Options:
  -d, --deployment_id TEXT  Deployment identifier  [required]
  -e, --endpoint_id TEXT    Endpoint identifier  [required]
  --help                    Show this message and exit.

Options

-d, --deployment_id

Specify deployment_id when create-deployment is created.

-e, --endpoint_id

Specify endpoint_id when create-endpoint is created.

Example

Deleting an endpoint

Command:

$ abeja model delete-endpoint --deployment_id 3456789012345 --endpoint_id pnt-5678901234567

Output:

{
  "message": "pnt-5678901234567 deleted"
}