Set Current Update Set
set_current_update_setSet the active update set for a ServiceNow session to capture all changes in that update set. Requires the name and sys_id of the update set.
Instructions
Set the active update set for the session. All changes will be captured in this update set.
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 set as current. | |
| sys_id | Yes | The sys_id of the update set to set as current. |