gdcloud compute instances stop

이름

gdcloud compute instances stop - 가상 머신 인스턴스를 중지합니다.

개요

gdcloud compute instances stop INSTANCE_NAME [flags]

설명

가상 머신 인스턴스를 중지합니다. VM 인스턴스를 중지하면 워크스테이션이나 노트북의 종료 기능을 호출하는 것과 마찬가지로 완전 종료가 실행됩니다. 이미 중지된 VM 인스턴스를 중지하면 오류 없이 반환됩니다.

EXAMPLES

To stop an instance named "example-instance" in project "example-project", run:

    gdcloud compute instances stop example-instance --project example-project

GDCLOUD 전체 플래그

이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).

자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.