Skip to content

Commit d53af14

Browse files
chore(devbox): Remove network policy from devbox view; use launch params instead (#7025)
1 parent 95c62ac commit d53af14

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 103
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-eac4defbf39825fa88e0be11955be80cd004bcea46398be52f79800570539be0.yml
3-
openapi_spec_hash: d18585a489895642807922dfa558226d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-5bbc26893c51a60089ff83a9d067c72252989fbfc5fa941cabf801f62b314c77.yml
3+
openapi_spec_hash: b5d826e352ca1ac815b7530278f4a5ab
44
config_hash: ec63e62d4660c9c924b39a8671c2fdb1

src/runloop_api_client/types/devbox_view.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ class DevboxView(BaseModel):
8787
name: Optional[str] = None
8888
"""The name of the Devbox."""
8989

90-
network_policy_id: Optional[str] = None
91-
"""The network policy ID used to create the Devbox."""
92-
9390
shutdown_reason: Optional[Literal["api_shutdown", "keep_alive_timeout", "entrypoint_exit", "idle"]] = None
9491
"""
9592
The shutdown reason if the Devbox shutdown, if the Devbox has a 'shutdown'

0 commit comments

Comments
 (0)