You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -401,6 +442,10 @@ export type CreateServerRequest = {
401
442
* Public bandwidth to configure for this server. This defaults to the minimum bandwidth for this server type. For compatible server types, the bandwidth can be increased which incurs additional costs.
402
443
*/
403
444
publicBandwidthBps: number
445
+
/**
446
+
* Specify the configuration to install an optional CICD runner on the server during installation.
447
+
*/
448
+
runnerConfiguration?: RunnerConfiguration
404
449
}
405
450
406
451
exporttypeDeleteServerRequest={
@@ -667,6 +712,10 @@ export type ReinstallServerRequest = {
667
712
* Reinstall the server with the target OS, when no os_id provided the default OS for the server type is used.
668
713
*/
669
714
osId?: string
715
+
/**
716
+
* Specify the configuration to install an optional CICD runner on the server during installation.
0 commit comments