- 概要
- スタートアップガイド
- ユーザガイド
-
リファレンス
-
ABEJA Platform CLI
- CONFIG COMMAND
- DATALAKE COMMAND
- DATASET COMMAND
- TRAINING COMMAND
-
MODEL COMMAND
- check-endpoint-image
- check-endpoint-json
- create-deployment
- create-endpoint
- create-model
- create-service
- create-trigger
- create-version
- delete-deployment
- delete-endpoint
- delete-model
- delete-service
- delete-version
- describe-deployments
- describe-endpoints
- describe-models
- describe-service-logs
- describe-services
- describe-versions
- download-versions
- run-local
- run-local-server
- start-service
- stop-service
- submit-run
- update-endpoint
- startapp command
-
ABEJA Platform CLI
- FAQ
- Appendix
delete
説明
指定された認証情報を削除します。このコマンドは実際に認証情報を削除する前に確認プロンプトを表示します。
概要
$ abeja config delete [OPTIONS] [NAME]
Removes an existing configuration. If you want to delete the default
configuration, run `abeja config delete`.
Options:
-y, --yes, --assume-yes Automatically respond yes to confirmation prompts;
assume "yes" as answer to all prompts and run non-
interactively.
--help Show this message and exit.
オプション
-y
, --yes
, --assume-yes
確認プロンプトを表示せずに認証情報を削除します。
例
デフォルトの認証情報を削除
コマンド:
$ abeja config delete
出力:
The configuration "(default)" will be removed. Do you want to continue? [y/N]: y
[INFO]: The configuration "(default)" successfully deleted.
名前つき認証情報を削除
コマンド:
$ abeja config delete example
出力:
The configuration "example" will be removed. Do you want to continue? [y/N]: y
[INFO]: The configuration "example" successfully deleted.