move_collection_items
Relocate tests and/or dashboards into a target collection.
Relocate tests and/or dashboards into a target collection.
Writes data · Idempotent · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after the user has approved further mutations |
item_uids | string | Yes | Comma-separated list of item identifiers to move |
operator | string | Yes | Operator slug |
target_collection_uid | string | Yes | Destination collection UID |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"operator": "string",
"target_collection_uid": "string",
"item_uids": "string"
}
Description
item_uids accepts a comma-separated list of item UIDs (for dashboards) or numeric ids prefixed with "test:" (for tests). Example: "test:3402,a1b2c3d4".
What's next?
Last updated on