duplicate_space
Duplicates an existing Storyblok space by specifying the original space ID and new space name. Supports optional configurations like domain, webhooks, and environments.
Instructions
Duplicates an existing Storyblok space via the Management API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| original_space_id | Yes | ID of the space to duplicate | |
| new_space_name | Yes | Name for the new duplicated space | |
| domain | No | Domain for the new space | |
| story_published_hook | No | Webhook URL for story published events | |
| environments | No | Array of environment configurations | |
| searchblok_id | No | Searchblok ID | |
| has_pending_tasks | No | Whether the space has pending tasks |