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 frommeeting-templates list.
<id>- Meeting template UUID or SID (frommeeting-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)
--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.<id>- Meeting template UUID or SID (frommeeting-templates list)
Sample output (--json)
Delete a meeting template
This command deletes a meeting template. Use this when you no longer need a template.<id>- Meeting template UUID or SID (frommeeting-templates list)
Sample output
--quiet mode, this prints success.