Clone Update Set
clone_update_setClone a ServiceNow update set by creating a new update set with a specified name and copying all records from the source. The new update set starts in 'in progress' state.
Instructions
Clone an existing update set by creating a new one and copying all its records. The new update set gets the specified name and starts in 'in progress' state.
IMPORTANT: This creates a new update set and copies all records 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. | |
| source_sys_id | Yes | The sys_id of the update set to clone. | |
| new_name | Yes | The name for the new cloned update set. |