We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create_gateway_compute_model
1 parent 13d3048 commit 62efb88Copy full SHA for 62efb88
1 file changed
src/dstack/_internal/server/services/gateways/__init__.py
@@ -176,8 +176,8 @@ def create_gateway_compute_model(
176
project_name: str,
177
configuration: GatewayConfiguration,
178
replica_num: int,
179
- gateway_id: Optional[uuid.UUID] = None,
180
- backend_id: Optional[uuid.UUID] = None,
+ gateway_id: uuid.UUID,
+ backend_id: uuid.UUID,
181
) -> GatewayComputeModel:
182
assert configuration.name is not None
183
0 commit comments