Creates a Container Version from the entities present in the workspace, deletes the workspace, and sets the base container version to the newly created version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[],[],null,["# REST Resource: accounts.containers.workspaces\n\n- [Resource: Workspace](#Workspace)\n - [JSON representation](#Workspace.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Workspace\n-------------------\n\nRepresents a Google Tag Manager Container Workspace.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"path\": string, \"accountId\": string, \"containerId\": string, \"workspaceId\": string, \"name\": string, \"description\": string, \"fingerprint\": string, \"tagManagerUrl\": string } ``` |\n\n| Fields ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| `path` | `string` GTM Workspace's API relative path. |\n| `accountId` | `string` GTM Account ID. |\n| `containerId` | `string` GTM Container ID. |\n| `workspaceId` | `string` The Workspace ID uniquely identifies the GTM Workspace. |\n| `name` | `string` Workspace display name. |\n| `description` | `string` Workspace description. |\n| `fingerprint` | `string` The fingerprint of the GTM Workspace as computed at storage time. This value is recomputed whenever the workspace is modified. |\n| `tagManagerUrl` | `string` Auto generated link to the tag manager UI |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/create) | Creates a Workspace. |\n| ### [create_version](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/create_version) | Creates a Container Version from the entities present in the workspace, deletes the workspace, and sets the base container version to the newly created version. |\n| ### [delete](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/delete) | Deletes a Workspace. |\n| ### [get](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/get) | Gets a Workspace. |\n| ### [getStatus](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/getStatus) | Finds conflicting and modified entities in the workspace. |\n| ### [list](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/list) | Lists all Workspaces that belong to a GTM Container. |\n| ### [quick_preview](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/quick_preview) | Quick previews a workspace by creating a fake container version from all entities in the provided workspace. |\n| ### [resolve_conflict](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/resolve_conflict) | Resolves a merge conflict for a workspace entity by updating it to the resolved entity passed in the request. |\n| ### [sync](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/sync) | Syncs a workspace to the latest container version by updating all unmodified workspace entities and displaying conflicts for modified entities. |\n| ### [update](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces/update) | Updates a Workspace. |"]]