mango.application.mdss.remove

mango.application.mdss.remove(files, project=None)[source]

Removes specified files (not directories) from MDSS.

Parameters:
  • files (str or sequence of str) – File path or sequence of file paths to be removed from MDSS. Non-directories only, otherwise exception raised.
  • project (str) – NCI project identifier string, if None, uses default project (as returned from the getDefaultProject() function).

Previous topic

mango.application.mdss.put

Next topic

mango.application.mdss.rmdir

This Page