Create Update Set
create_update_setCreates a new update set on a ServiceNow instance. Specify the name and optionally a description and application scope.
Instructions
Create a new update set. IMPORTANT: This creates a new update set on the instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | The ServiceNow instance auth alias to connect to. This is the alias configured via `snc configure` (e.g., "myinstance", "prod", "test"). The user will typically refer to this by name when saying things like "on my myinstance instance". If not provided, falls back to the SN_AUTH_ALIAS environment variable. | |
| name | Yes | The name of the update set to create. | |
| description | No | Optional description for the update set. | |
| application | No | Optional application scope sys_id to associate with the update set. |