Skip to main content
A meeting template is a reusable meeting definition. For fields and response details, see the API reference.

List meeting templates

This command shows meeting templates in your workspace. Use this when you want to browse reusable template definitions before creating meetings.
Sample output (--json)

Show a meeting template

This command shows details for one meeting template. Use this when you want to inspect template configuration after finding its ID from meeting-templates list.
Required arguments:
  • <id> - Meeting template UUID or SID (from meeting-templates list)
Sample output (--json)

Create a meeting template

This command creates a new meeting template. Use this when you want to define a reusable template from the terminal.
Sample output (--json)
In --quiet mode this prints the new template’s identifier.

Update a meeting template

This command updates a meeting template. Use this when you need to change a template’s name or slug.
Required arguments:
  • <id> - Meeting template UUID or SID (from meeting-templates list)
Sample output (--json)
Only the fields you pass are changed.

Delete a meeting template

This command deletes a meeting template. Use this when you no longer need a template.
Required arguments:
  • <id> - Meeting template UUID or SID (from meeting-templates list)
Sample output
In --quiet mode, this prints success.