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

Commit 3c0a939

Browse files
committed
add option to release public ip on machine destroy
1 parent ee41cca commit 3c0a939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/machines/destroy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var assign = require('lodash.assign');
1414
* a team, the team administrator.
1515
* @param {object} params - Machine destroy parameters
1616
* @param {string} params.machineId - The id of the machine to destroy
17+
* @param {boolean} [params.releasePublicIp] - releases any assigned public ip address for the machine; defaults to false
1718
* @param {function} cb - Node-style error-first callback function
1819
* @example
1920
* paperspace.machines.destroy({

0 commit comments

Comments
 (0)