Skip to content

Commit a29553d

Browse files
chore(docs): remove unnecessary param examples
1 parent af51a95 commit a29553d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -146,23 +146,7 @@ from runloop_api_client import Runloop
146146
client = Runloop()
147147

148148
devbox_view = client.devboxes.create(
149-
launch_parameters={
150-
"after_idle": {
151-
"idle_time_seconds": 0,
152-
"on_idle": "shutdown",
153-
},
154-
"architecture": "x86_64",
155-
"available_ports": [0],
156-
"custom_cpu_cores": 0,
157-
"custom_gb_memory": 0,
158-
"keep_alive_time_seconds": 0,
159-
"launch_commands": ["string"],
160-
"resource_size_request": "X_SMALL",
161-
"user_parameters": {
162-
"uid": 0,
163-
"username": "username",
164-
},
165-
},
149+
launch_parameters={},
166150
)
167151
print(devbox_view.launch_parameters)
168152
```

0 commit comments

Comments
 (0)