@@ -145,7 +145,7 @@ curl::
145
145
curl --request POST \
146
146
--url https://cloud.typedb.com/api/team/TEAM_ID/spaces/SPACE_ID/clusters/deploy \
147
147
--header 'Authorization: Bearer {ACCESS-TOKEN}' \
148
- --json '{"id":"api-cluster","serverCount":1,"storageSizeGB":10,"provider":"gcp","region":"europe-west2","isFree":true,"machineType":"c2d-highcpu-2","storageType":"standard-rwo","version":"3.0.6 "}'
148
+ --json '{"id":"api-cluster","serverCount":1,"storageSizeGB":10,"provider":"gcp","region":"europe-west2","isFree":true,"machineType":"c2d-highcpu-2","storageType":"standard-rwo","version":"3.1.0 "}'
149
149
----
150
150
151
151
Python::
@@ -169,7 +169,7 @@ body = {
169
169
"isFree": True,
170
170
"machineType": "c2d-highcpu-2",
171
171
"storageType": "standard-rwo",
172
- "version": "3.0.6 "
172
+ "version": "3.1.0 "
173
173
}
174
174
175
175
response = requests.post(url, headers=headers, json=body)
@@ -206,7 +206,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
206
206
isFree: true,
207
207
machineType: "c2d-highcpu-2".into(),
208
208
storageType: "standard-rwo".into(),
209
- version: "3.0.6 ".into()
209
+ version: "3.1.0 ".into()
210
210
};
211
211
let client = reqwest::Client::new();
212
212
let resp = client
@@ -231,7 +231,7 @@ Request Body::
231
231
"isFree":true,
232
232
"machineType":"c2d-highcpu-2",
233
233
"storageType":"standard-rwo",
234
- "version":"3.0.6 "
234
+ "version":"3.1.0 "
235
235
}
236
236
----
237
237
====
@@ -248,7 +248,7 @@ Request Body::
248
248
"createdAt":1738256490070,
249
249
"teamID":"new-team",
250
250
"spaceID":"default",
251
- "version":"3.0.6 ",
251
+ "version":"3.1.0 ",
252
252
"provider":"gcp",
253
253
"region":"europe-west2",
254
254
"machineType":"c2d-highcpu-2",
@@ -282,6 +282,7 @@ If set to `false`, there must be a valid payment method on the team.
282
282
283
283
* `2.29.3`
284
284
* `3.0.6`
285
+ * `3.1.0`
285
286
|===
286
287
287
288
[#regionsmachinetypes]
@@ -430,7 +431,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
430
431
"createdAt":1738256490070,
431
432
"teamID":"new-team",
432
433
"spaceID":"default",
433
- "version":"3.0.6 ",
434
+ "version":"3.1.0 ",
434
435
"provider":"gcp",
435
436
"region":"europe-west2",
436
437
"machineType":"c2d-highcpu-2",
@@ -518,7 +519,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
518
519
"createdAt":1738256490070,
519
520
"teamID":"new-team",
520
521
"spaceID":"default",
521
- "version":"3.0.6 ",
522
+ "version":"3.1.0 ",
522
523
"provider":"gcp",
523
524
"region":"europe-west2",
524
525
"machineType":"c2d-highcpu-2",
@@ -539,7 +540,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
539
540
"createdAt":1738256490090,
540
541
"teamID":"new-team",
541
542
"spaceID":"default",
542
- "version":"3.0.6 ",
543
+ "version":"3.1.0 ",
543
544
"provider":"aws",
544
545
"region":"eu-west-2",
545
546
"machineType":"c7g.large",
@@ -623,7 +624,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
623
624
"createdAt":1738256490070,
624
625
"teamID":"new-team",
625
626
"spaceID":"default",
626
- "version":"3.0.6 ",
627
+ "version":"3.1.0 ",
627
628
"provider":"gcp",
628
629
"region":"europe-west2",
629
630
"machineType":"c2d-highcpu-2",
@@ -710,7 +711,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
710
711
"createdAt":1738256490070,
711
712
"teamID":"new-team",
712
713
"spaceID":"default",
713
- "version":"3.0.6 ",
714
+ "version":"3.1.0 ",
714
715
"provider":"gcp",
715
716
"region":"europe-west2",
716
717
"machineType":"c2d-highcpu-2",
@@ -797,7 +798,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
797
798
"createdAt":1738256490070,
798
799
"teamID":"new-team",
799
800
"spaceID":"default",
800
- "version":"3.0.6 ",
801
+ "version":"3.1.0 ",
801
802
"provider":"gcp",
802
803
"region":"europe-west2",
803
804
"machineType":"c2d-highcpu-2",
0 commit comments