Listing Private Templates
List private templates in Resource Manager.
Filtering List Results
Use filters to limit the private templates in the list.
- To filter the list by tag, select add next to Tag filters.
Actions
In the list table, select the name of a private template to open its details page, where you can view its status and perform other tasks.
To perform an action on a private template directly from the list table, select any of the following options from the
in the row for that private template:- View private template details: Open the details page for the private template.
- Create stack from private template: Create a stack from the private template.
- Delete private template: Delete the private template.
To create a private template, select Create private template.
Use the oci resource-manager template list command and required parameters to list templates, setting
--template-category-id
to3
:oci resource-manager template list --template-category-id 3 [...]
For a complete list of parameters and values for CLI commands, see the Command Line Reference for Resource Manager.
Run the ListTemplates operation to list templates. To filter the list to private templates, set
templateCategoryId
to3
.