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
| instance-id | Required | UUID of the Database Instance |
56
-
| endpoint.private-network.private-network-id || UUID of the Private Network |
57
-
| region | Default: `fr-par`<br />One of: `fr-par`| Region to target. If none is passed will use default region from the config |
58
-
59
-
60
-
61
-
### Delete a Database Instance endpoint
62
-
63
-
Delete the endpoint of a Database Instance. You must specify the `endpoint_id` parameter of the endpoint you want to delete. Note that you might need to update any environment configurations that point to the deleted endpoint.
36
+
Instance endpoints enable connection to your instance.
Users are profiles to which you can attribute database-level permissions. They allow you to define permissions specific to each type of database usage.
411
376
412
377
413
-
### Create an user on a Database Instance
414
-
415
-
Create an user on a Database Instance. You must define the `name`, `password` of the user and `instance_id` parameters in the request.
416
-
417
-
**Usage:**
418
-
419
-
```
420
-
scw mongodb user create [arg=value ...]
421
-
```
422
-
423
-
424
-
**Args:**
425
-
426
-
| Name || Description |
427
-
|------|---|-------------|
428
-
| instance-id | Required | UUID of the Database Instance the user belongs to |
429
-
| name || Name of the database user |
430
-
| password || Password of the database user |
431
-
| region | Default: `fr-par`<br />One of: `fr-par`| Region to target. If none is passed will use default region from the config |
0 commit comments