delete-endpoint

説明

エンドポイントを削除します。エンドポイントの削除を取り消すことは出来ません。

概要

$ 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.

オプション

-d, --deployment_id

削除対象の deployment_id を指定します。

-e, --endpoint_id

削除対象の endpoint_id を指定します。

エンドポイントの削除

コマンド:

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

出力:

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