Update Workspace Bundle
workspaces_update_workspace_bundle | R Documentation |
Updates a WorkSpace bundle with a new image¶
Description¶
Updates a WorkSpace bundle with a new image. For more information about updating WorkSpace bundles, see Update a Custom WorkSpaces Bundle.
Existing WorkSpaces aren't automatically updated when you update the bundle that they're based on. To update existing WorkSpaces that are based on a bundle that you've updated, you must either rebuild the WorkSpaces or delete and recreate them.
Usage¶
workspaces_update_workspace_bundle(BundleId, ImageId)
Arguments¶
BundleId |
The identifier of the bundle. |
ImageId |
The identifier of the image. |
Value¶
An empty list.
Request syntax¶
svc$update_workspace_bundle(
BundleId = "string",
ImageId = "string"
)