diff --git a/packages/clients/src/api/instance/v1/types.gen.ts b/packages/clients/src/api/instance/v1/types.gen.ts index 2088a157e..4883a2505 100644 --- a/packages/clients/src/api/instance/v1/types.gen.ts +++ b/packages/clients/src/api/instance/v1/types.gen.ts @@ -1076,7 +1076,7 @@ export type CreateSnapshotRequest = { /** Name of the snapshot */ name?: string /** UUID of the volume */ - volumeId: string + volumeId?: string /** The tags of the snapshot */ tags?: Array /**