We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0a7fb commit 56c3f78Copy full SHA for 56c3f78
packages/clients/src/api/instance/v1/types.gen.ts
@@ -1010,7 +1010,7 @@ export type CreateServerRequest = {
1010
/** Define the Instance commercial type (i.e. GP1-S). */
1011
commercialType: string
1012
/** Instance image ID or label. */
1013
- image: string
+ image?: string
1014
/** Volumes attached to the server. */
1015
volumes?: Record<string, VolumeServerTemplate>
1016
/**
0 commit comments