1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/compute/instance-templates/help

60 lines
1.6 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud compute instance-templates - read and manipulate Compute Engine
instances templates
SYNOPSIS
gcloud compute instance-templates COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Lists, creates, deletes, and modifies Compute Engine instance templates.
For more information about instance templates, see the instances templates
documentation (https://cloud.google.com/compute/docs/instance-templates).
See also: Instance templates API
(https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates).
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
Add IAM policy binding to a Compute Engine instance template.
create
Create a Compute Engine virtual machine instance template.
create-with-container
2025-09-24 11:08:57 +00:00
(DEPRECATED) Creates a Compute Engine a virtual machine instance
template that runs a Docker container.
2022-03-01 04:29:52 +00:00
delete
Delete Compute Engine virtual machine instance templates.
describe
Describe a virtual machine instance template.
get-iam-policy
Get the IAM policy for a Compute Engine instance template.
list
List Google Compute Engine instance templates.
remove-iam-policy-binding
Remove IAM policy binding from a Compute Engine instance template.
set-iam-policy
Set the IAM policy for a Compute Engine instance template.
NOTES
These variants are also available:
$ gcloud alpha compute instance-templates
$ gcloud beta compute instance-templates