Skip to main content
PATCH
Update mutable Template metadata

Authorizations

Authorization
string
header
required

API Key or Access Token, always sent as Authorization: Bearer <token>. The gateway recognizes the token type automatically.

Path Parameters

id
string<uuid>
required

GMI Template identifier.

Query Parameters

idc_name
string

Filter by data center name, e.g. us-denver-1

Body

application/json

GMI-owned Template metadata patch. Omitted fields are left unchanged; labels replaces the stored map wholesale when provided.

name
string

New organization-scoped display name.

Required string length: 1 - 64
Pattern: ^[A-Za-z0-9_-]+$
description
string

New human-readable description.

Maximum string length: 256
labels
object

Complete replacement of user-defined labels.

Response

The Template was updated successfully.

request_id
string
required

HTTP request correlation identifier.

data
object
required