File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/dstack/_internal/core Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -929,9 +929,9 @@ projects:
929929 * `sizes` - read
930930 * `ssh_key` - create, read, update,delete
931931
932- # ## Crusoe Cloud
932+ # ## Crusoe
933933
934- Log into your [Crusoe Cloud ](https://console.crusoecloud.com/) console and create an API key
934+ Log into your [Crusoe](https://console.crusoecloud.com/) console and create an API key
935935under your account settings. Note your project ID from the project settings page.
936936
937937Then, go ahead and configure the backend :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class CrusoeBackendConfig(CoreModel):
2222 Literal ["crusoe" ],
2323 Field (description = "The type of backend" ),
2424 ] = "crusoe"
25- project_id : Annotated [str , Field (description = "The Crusoe Cloud project ID" )]
25+ project_id : Annotated [str , Field (description = "The Crusoe project ID" )]
2626 regions : Annotated [
2727 Optional [List [str ]],
2828 Field (description = "The list of allowed Crusoe regions. Omit to use all regions" ),
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class BackendType(str, enum.Enum):
88 AWS (BackendType): Amazon Web Services
99 AZURE (BackendType): Microsoft Azure
1010 CLOUDRIFT (BackendType): CloudRift
11- CRUSOE (BackendType): Crusoe Cloud
11+ CRUSOE (BackendType): Crusoe
1212 CUDO (BackendType): Cudo
1313 DATACRUNCH (BackendType): DataCrunch (for backward compatibility)
1414 DIGITALOCEAN (BackendType): DigitalOcean
You can’t perform that action at this time.
0 commit comments