@@ -14,6 +14,8 @@ Data Warehouse API.
1414 - [ List deployments] ( #list-deployments )
1515 - [ Update a deployment] ( #update-a-deployment )
1616- [ Endpoint management commands] ( #endpoint-management-commands )
17+ - [ Create a new endpoint for a deployment] ( #create-a-new-endpoint-for-a-deployment )
18+ - [ Delete an endpoint from a deployment] ( #delete-an-endpoint-from-a-deployment )
1719- [ List available presets] ( #list-available-presets )
1820 - [ List available presets] ( #list-available-presets )
1921- [ User management commands] ( #user-management-commands )
@@ -241,15 +243,47 @@ scw datawarehouse deployment update <deployment-id ...> [arg=value ...]
241243
242244Manage endpoints associated with a deployment.
243245
244- Manage endpoints associated with a deployment.
246+
247+ ### Create a new endpoint for a deployment
248+
249+ Create a new endpoint for a deployment.
250+
251+ ** Usage:**
252+
253+ ```
254+ scw datawarehouse endpoint create [arg=value ...]
255+ ```
256+
257+
258+ ** Args:**
259+
260+ | Name | | Description |
261+ | ------| ---| -------------|
262+ | deployment-id | | UUID of the deployment |
263+ | endpoint.private-network.private-network-id | | UUID of the Private Network |
264+ | region | Default: ` fr-par ` <br />One of: ` fr-par ` | Region to target. If none is passed will use default region from the config |
265+
266+
267+
268+ ### Delete an endpoint from a deployment
269+
270+ Delete an endpoint from a deployment.
245271
246272** Usage:**
247273
248274```
249- scw datawarehouse endpoint
275+ scw datawarehouse endpoint delete [arg=value ...]
250276```
251277
252278
279+ ** Args:**
280+
281+ | Name | | Description |
282+ | ------| ---| -------------|
283+ | endpoint-id | Required | UUID of the Endpoint to delete |
284+ | region | Default: ` fr-par ` <br />One of: ` fr-par ` | Region to target. If none is passed will use default region from the config |
285+
286+
253287
254288## List available presets
255289
0 commit comments