duplicate_space
Create a copy of an existing Storyblok space to replicate its structure and content for testing, staging, or new projects using the Management API.
Instructions
Duplicates an existing Storyblok space via the Management API.
Input Schema
TableJSON 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 |