jira.js
Guide
GitHub
Preparing search index...
server
deleteNode
Function deleteNode
deleteNode
(
client
:
Client
,
parameters
:
{
nodeId
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
void
>
Delete the node from the cluster if state of node is OFFLINE.
Parameters
client
:
Client
parameters
:
{
nodeId
:
string
}
nodeId
:
string
ID of the node to delete
Optional
options
:
RequestOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Delete the node from the cluster if state of node is OFFLINE.