Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 3f4bb66

Browse files
authored
docs(machines): Add startOnCreate override. (#57)
1 parent fd796b5 commit 3f4bb66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/machines/create.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var assign = require('lodash.assign');
3131
* @param {string} params.templateId - Template id of the template to use for creating this machine
3232
* @param {boolean} [params.assignPublicIp] - Assign a new public ip address on machine creation. Cannot be used with dynamicPublicIp.
3333
* @param {boolean} [params.dynamicPublicIp] - Assigns a new public ip address on machine start and releases it from the account on machine stop. Cannot be used with assignPublicIp.
34+
* @param {boolean} [params.startOnCreate] - Start the VM immediately after creation. Defaults to `true`.
3435
* @param {string} [params.networkId] - If creating on a specific network, specify its id
3536
* @param {string} [params.teamId] - If creating the machine for a team, specify the team id
3637
* @param {string} [params.userId] - If assigning to an existing user other than yourself, specify the user id (mutually exclusive with email, password, firstName, lastName)

0 commit comments

Comments
 (0)